FlowHostedService<'env, 'error>Type
PackageAxial.Hosting
Runs one root Flow application as a Microsoft Generic Host hosted service.
Specification
Kind
Type
Members
1
Examples
0
``.ctor``Signature
FlowHostedService(services, environmentFactory, describeError, application, logger, lifetime, options)
Summary
| Name | Signature | Synopsis |
|---|---|---|
| ``.ctor`` | FlowHostedService(services, environmentFactory, describeError, application, logger, lifetime, options) | No description available. |
FlowHostedService(services, environmentFactory, describeError, application, logger, lifetime, options)
MemberParameters
| Name | Type | Description |
|---|---|---|
| services | IServiceProvider | |
| environmentFactory | IServiceProvider -> 'env | |
| describeError | 'error -> string | |
| application | Flow<'env, 'error, unit> | |
| logger | ILogger<FlowHostedService<'env, 'error>> | |
| lifetime | IHostApplicationLifetime | |
| options | HostedAppOptions |
Returns
FlowHostedService<'env, 'error>

